[DEPRECATED] Get a signer with signing URL
[DEPRECATED — will stop working in API v2] This endpoint is kept for backwards compatibility. Use GET /api/v1/documents/:id/parties/:partyId instead — “party” is the correct term for a document participant.
Retrieve a specific signer including their signing URL.
Security Note: This endpoint creates an audit log entry each time a signing URL is accessed. Use this endpoint when you need the signing URL to share with the signer.
Response includes:
- Signer details (name, email, phone, company info)
- Signing status (NOT_SIGNED, SIGNED, REJECTED)
- Read status (NOT_OPENED, OPENED, READ)
- Complete signing URL with token
Documentation Index
Fetch the complete documentation index at: https://docs.sajn.se/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer token for API authentication
Response
200
Unique signer identifier
Document ID this signer belongs to
Signer full name
Signer role: SIGNER, ORGANIZER, REVIEWER, or ACCEPTOR
SIGNER, ORGANIZER, REVIEWER, ACCEPTOR Unique signing token
Date and time when the signer signed (null if not signed)
Read status: NOT_OPENED, OPENED, or READ
NOT_OPENED, OPENED, READ Signing status: NOT_SIGNED, SIGNED, or REJECTED
NOT_SIGNED, SIGNED, REJECTED How documents are sent to this signer: EMAIL, SMS, or NONE
EMAIL, SMS, NONE Signature type required: DRAWING, BANKID, CLICK_TO_SIGN, etc.
NONE, DRAWING, BANKID, MANUAL, CLICK_TO_SIGN Two-step verification: NONE or SMS_BEFORE_SIGNING
NONE, SMS_BEFORE_SIGNING, EMAIL_BEFORE_SIGNING Send status: NOT_SENT, SENT, DELIVERED, BOUNCED, or FAILED
NOT_SENT, SENT, DELIVERED, BOUNCED, FAILED Complete signing URL for this signer
Signer email address
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Signer phone number (for SMS notifications)
Company name
Role/title within the company
Company organization number
Your external reference ID for this signer
Linked company ID
Swedish personal number (personnummer) - required for BankID signing
ISO 3166-1 alpha-3 country code for the signer (e.g. SWE)
Order for sequential signing (null for parallel)

